home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / wais / ir-book-sources / bool / READ.ME < prev   
Encoding:
Text File  |  1993-04-08  |  880 b   |  26 lines

  1.  
  2.    Code to Accompany Chapter 12: Boolean Operations
  3.  
  4.    Contributed by:
  5.       Steven Wartik
  6.       Software Productivity Consortium
  7.       Herdon VA 22070
  8.  
  9.    The files in this directory contain code for implementing boolean 
  10.    operations on retrieve sets using a hashed representation and a
  11.    bit vector representation.  This directory should contain the
  12.    following files:
  13.  
  14.    makefile      Builds object code and test drivers
  15.  
  16.    bv.c          Bit vector implementation code
  17.    bv.h          Bit vector implementation header
  18.    hash.c        Hashed implementation code
  19.    hash.h        Hashed implementation header
  20.  
  21.    bvdriver.c    Test driver for the bit vector implementation
  22.    hdriver.c     Test driver for the hashing implementation
  23.  
  24.    Detailed information about the implementation and how to use it can 
  25.    be found in the Makefile and the various source code files.
  26.